home *** CD-ROM | disk | FTP | other *** search
- //----------------------------------------------------------------------------
- #ifndef AboutH
- #define AboutH
- //----------------------------------------------------------------------------
- #include <vcl\ExtCtrls.hpp>
- #include <vcl\Buttons.hpp>
- #include <vcl\StdCtrls.hpp>
- #include <vcl\Controls.hpp>
- #include <vcl\Forms.hpp>
- #include <vcl\Graphics.hpp>
- #include <vcl\Classes.hpp>
- #include <vcl\SysUtils.hpp>
- #include <vcl\Windows.hpp>
- #include <vcl\System.hpp>
- //----------------------------------------------------------------------------
- class TfrmAbout : public TForm
- {
- __published:
- TImage *Image1;
- private:
- public:
- virtual __fastcall TfrmAbout(TComponent* AOwner);
- };
- //----------------------------------------------------------------------------
- extern PACKAGE TfrmAbout *frmAbout;
- //----------------------------------------------------------------------------
- #endif
-